projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d5aef7
)
Fix evaluation time of a macro arument.
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Thu, 11 Oct 2007 16:37:42 +0000
(16:37 +0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Thu, 11 Oct 2007 16:37:42 +0000
(16:37 +0000)
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index cf3175c05a58d772cd3a3b39b3de7dfe9c7875b9..a72921d0e3d9fbebb989410026e4f354aff81711 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-862,7
+862,7
@@
been updated to their corresponding values."
(mapc (lambda (setting)
(let ((property (car setting)))
(unless (memq property vc-touched-properties)
- (put (intern
,
file vc-file-prop-obarray)
+ (put (intern file vc-file-prop-obarray)
property (cdr setting)))))
,settings))))